You can't just copy and paste source code into HTML documents:
counter = 1
maximum = 5
do while counter < maximum*2
  say 'counter = ' || counter
end